*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Serif", serif;
    /* font-family: "Barlow", sans-serif; */
    /* font-family: "Lora", serif; */
    /* font-family: "Open Sans", sans-serif; */
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}
nav .three-bars{
        position: absolute;
        opacity: 0;
        visibility: hidden;
}






.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.4s;
  padding: 23px 0;
  border: none;
}

.sticky + .content {
  padding-top: 102px;
}







::-webkit-scrollbar {
  width: 15px;
  background-color: #e8e8e8;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #023656; 
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b; 
  width: 10px;
} */


/* header */

@media (max-width: 991px) {
  nav ul li ul {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
  }

  nav ul li ul li {
    /* padding-left: 15px; */
    /* border-left: 2px solid #035182; */
  }

  nav ul li a {
    display: block;
    width: 100%;
  }
}



/* 0000000000000000000000000000000000000000000000000000000000000000000000000000 */

header .top-header .dropdown-1{
    position: relative;
}
header .top-header .dropdown-1:hover ul{
    opacity: 1;
    visibility: visible;
    top: 45px;
}
header .top-header .dropdown-1:hover .hover-color{
    color: #02fbff;
}

.top-header-2 ul li a:hover{
    color: #02fbff;
}


header .top-header .dropdown-1 ul{
    position: absolute;
    top: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #0000004a;
    color: #000;
    background-color: #0c4162;
    text-align: left;
    align-items: start;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    /* border-bottom: 2px solid #FF0000; */
    z-index: 80;
}

header .top-header ul li i{
    font-size: 20px;
}
header .top-header ul li:hover i{
    color: #02fbff;
}
header .top-header ul li .wrapper{
    display: flex;
    align-items: center;
    gap: 5px;
}
header .top-header .dropdown-1 ul li{
    padding: 12px 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
}
/* header .top-header .dropdown-1 ul li a{
       padding: 10px 15px;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: ;
} */
header .top-header .dropdown-1 ul li a:hover{
    color: #02fbff;
}
header .top-header .dropdown-1 ul li a{
    color: #fff;
}
header nav .dropdown-1{
    position: relative;
}
header nav .dropdown-1:hover ul{
    opacity: 1;
    visibility: visible;
    top: 30px;
}
header nav .dropdown-1 ul{
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #8a8a8a36;
    color: #000;
    background-color: #0c4162;
    text-align: left;
    align-items: start;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    /* border-bottom: 2px solid #FF0000; */
    z-index: 9;
}
header nav .dropdown-1 i{
    font-size: 20px;
}
header nav .dropdown-1 .wrapper{
    display: flex;
    align-items: center;
    gap: 5px;
}
header nav .dropdown-1 ul li:hover a{
    color: #418dff;
}
header nav .dropdown-1 ul li i{
    color: #fff;
    padding-left: 20px;
}
header nav .dropdown-1 ul li:hover i{
    color: #418dff;
}
/* header nav .dropdown-1 ul li{
    padding: 10px 0;
} */
header nav .dropdown-1 ul li a{
    padding: 12px 20px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
}
header nav{
    z-index: 20;
}
header nav .dropdown-1 ul .dropdown-2{
    position: relative;
}
header nav .dropdown-1 ul li{
    width: 100%;
}
header nav .dropdown-1 ul .dropdown-2:hover ul{
    opacity: 1;
    visibility: visible;
}
header nav .dropdown-1 ul .dropdown-2 ul{
    position: absolute;
    top: -10px;
    left: 260px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #8a8a8a36;
    color: #000;
    background-color: #0c4162;
    text-align: left;
    align-items: start;
    width: 300px;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-bottom: 2px solid #FF0000;
    z-index: 9;
}
header nav .dropdown-1 ul .dropdown-2 ul li a{
    color: #fff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 i{
    color: #ffffff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 a{
    color: #ffffff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3:hover i{
    color: #418dff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 ul li a{
    color: #ffffff ;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 ul li:hover a{
    color: #418dff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3:hover a{
    color: #418dff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3:hover ul{
    opacity: 1;
    visibility: visible;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3{
    position: relative;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 ul{
    position: absolute;
    top: -10px;
    left: 240px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #8a8a8a36;
    color: #000;
    background-color: #035182;
    text-align: left;
    align-items: start;
    width: 250px;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-bottom: 2px solid #FF0000;
    z-index: 9;
    
}
nav ul i{
    font-size: 20px;
    color: #fff;
}
nav ul i
nav ul a{
    color: #fff;
}
nav ul li a:hover{
    color: #0d6efd;
}
nav ul li:hover a{
    color: #0d6efd;
}
nav ul li:hover i{
    color: #0d6efd;
}
nav ul .dropdown-1 ul li a{
    color: #fff;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 ul li a{
    color: #ffffff !important;
}
header nav .dropdown-1 ul .dropdown-2 .dropdown-3 ul li:hover a{
    color: #0d6efd !important;
}
@media (min-width: 300px) and (max-width: 991px){
    /* -------------------------------------------------------------------------------------------------- */
    nav .three-bars i{
        color: #fff;
        font-size: 18px;
    }
    nav .home{
        padding-top: 40px;
    }
    header nav .dropdown-1 ul{
        position: relative;
    }
    header nav .dropdown-1 ul .dropdown-2 ul{
        position: relative;
    }
    header nav .dropdown-1 ul .dropdown-2 .dropdown-3 ul {
        position: relative;
    }
        #nav.on i{
            color: #ffff !important;
        }
    #nav.on ul{
        opacity: 1 !important;
        visibility: visible !important;
        padding: none;
        background-color: #330066;
        border: none;
        top: 35px;
        /* padding-left: 15px !important; */
        padding-top: 10px !important;
    }
    #nav.on .dropdown-1 ul{
        opacity: 0 !important;
        visibility: hidden !important;
        position: absolute !important;
    }
    #nav.on .dropdown-1:hover ul{
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
    }


        #nav.on ul li a{
            border: none !important;
            padding: 0;
        }
    #nav ul li a{
        color: #fff;
    }
    #nav.on .three-bars{
            z-index: 99;
    }
    #nav.on .three-bars i{
        color: #000;
    }
    nav .three-bars{
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    nav .line{
        display: none;
    }
    nav{
        position: relative;
    }
    .dropdown-1 ul{
        position: relative;
        padding: 0 !important;
    }
    nav ul{
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: start !important;
        justify-content: start;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 8;
        width: 100%;
        padding: 20px 20px 200px 20px;
        opacity: 0;
        visibility: hidden;
    }
    header nav .dropdown-1 .wrapper {
       justify-content: space-between;
    }
    header nav .dropdown-1 {
    width: 100%;
    }
    header .logo-wrapper .logo-1{
        text-align: center;
    }
    header .logo-wrapper .logo-1 img{
        width: 60px !important;
    }
    header .logo-wrapper .logo-2{
        display: none;
    }
    .top-header-2 ul{
        display: grid !important;
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        gap: 10px;
    }
    .top-header-2 .line{
        display: none;
    }
    header .top-header .three-bars{
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 10px 0;
}
    header .top-header ul{
        display: grid !important;
        grid-template-columns: auto;
        grid-template-rows: auto;
        row-gap: 10px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        background-color: #0c4162;
        width: 100%;
        padding: 40px 20px 200px 12px;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        display: none !important;
    }
        header .top-header .container{
            overflow-x: hidden;
        }
    header .top-header .wrapper{
            justify-content: space-between;
            width: 100%;
    }
    header .top-header .wrapper a{
            color: #fff !important;
    }
    .top-header.active i{
        position: relative;
        z-index: 40;
    }
    .top-header.active ul{
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
          .top-header.active ul li{
            border: none !important;
          }
      .top-header.active ul li a{
        color: #fff !important;
      }
    header .top-header{
        position: relative;
    }
      header .top-header ul li{
        padding: 0 !important;
      }
    header .top-header ul li a{
        line-height: 20px;
        color: #000 !important;
    }
    header .top-header .line{
        display: none;
    }
}





header .important-links .inner-content-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
header .important-links .inner-content-1 .button{
    /* background-color: #a7194b; */
    /* padding: 6px 25px; */
    border-radius: 5px;
}
header .important-links .inner-content-2{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    justify-content: start;
    gap: 10px;
}
header .important-links .inner-content-1 .button a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
header .important-links .inner-content-2 .button{
    /* background-color: #350267; */
    display: flex;
    justify-content: start;
    align-items: center;
    /* padding: 5px 30px; */
    border-radius: 5px;
}
header .important-links .inner-content-2 .button a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
header .important-links .inner-content-1 .button{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: left;
    width: fit-content;
}
header .important-links .inner-content-1 .button a{
    padding: 8px 20px;
    width: 100%;
}
/* .container{
    overflow-x: hidden !important;
} */
header .important-links{
    background-color: #f2f2f2;
    padding: 15px 0 6px 0;
    /* border-bottom: 2px solid #FF0000; */
    background-image: url(../images/bg-image-16.2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 991px) and (max-width: 1200px){
    header .important-links .inner-content-1{
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto auto auto;
    justify-content: space-between;
}
    header .important-links .inner-content-1 .button{
        margin-bottom: 10px;
    }
}
@media (min-width:300px) and (max-width: 991px){
    header .important-links .inner-content-2{
       display: flex;
       justify-content: start;
       flex-direction: column;
       gap: 20px;
}
 header .important-links .inner-content-2 .button{
    width: 100%;
    padding: 0px 0px;
 }
}
@media (min-width:700px) and (max-width: 990px){
    header .important-links .inner-content-1{
    display: grid;
    align-items: center;
    grid-template-columns: auto ;
    justify-content: space-between;
}
 header .important-links .inner-content-1 .button{
        margin-bottom: 10px;
    }
}
@media (min-width:300px) and (max-width: 699px){
    header .important-links .inner-content-1{
    display: grid;
    align-items: center;
    grid-template-columns: auto;
    justify-content: space-between;
}
 header .important-links .inner-content-1 .button{
        margin-bottom: 10px;
        width: 100%;
        /* padding: 7px 20px; */
    }
}
/* 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 */





header .top-header .three-bars{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
header .top-header .three-bars i{
    color: #fff;
    font-size: 18px;
}
header .top-header ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header ul li{
    color: #ffffff;
    padding: 15px 0;
}
header .top-header ul li a{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    
}
header .top-header{
    background-color: #4b4b4b;
    position: relative;
    z-index: 9999;
}

#nav{
    position: relative;
    z-index: 99999;
}




header .logo-wrapper{
    padding: 10px 0;
}
header .logo-wrapper .row{
    align-items: center;
}
header .logo-wrapper .logo-1 a img{
    width: 100px;
}
header .logo-wrapper .logo-2 img{
    width: 100px;
    float: right;
}
header .logo-wrapper .heading img{
    width: 100%;
}
header .logo-wrapper{
    background-image: url(../images/bg-image-1.144.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
header .top-header-2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top-header-2{
    background-color: #035182;
    padding: 15px 0;
}
header .top-header-2 ul li a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
header .top-header-2 ul li{
    color: #ffffffc1;
}
header nav{
    background-color: #330066;
    padding: 15px 0;
    border-bottom: 2px solid #FF0000;
}
header nav ul li{
    color: #fff;
}
header nav ul li a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
header nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .notice-header{
    background-color: #035182;
}
header .notice-header marquee{
    padding: 10px 0 8px 0;
}
header .notice-header marquee span{
    background-color: #FF0301;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
    animation: changeColor linear 0.5s infinite alternate;
}
@keyframes changeColor{
    0%{
        background-color: #d40a0a;
    }
    0%{
        background-color: #a30808c9;
    }
}
header .notice-header marquee ul{
    display: flex;
    align-items: center;
    gap: 15px;
}
header .notice-header marquee ul li p{
    color: #fff;
}
.big-container{
    padding: 0 12px;
}
.dropdown-2 .dropdown-3{
    position: relative;
}












@media (min-width: 1190px) and (max-width: 1277px){
    .banner .big-container marquee{
        height: 280px !important;
     }
}
@media (min-width: 1278px) and (max-width: 1335px){
     .banner .big-container marquee{
        height: 340px !important;
     }
}
@media (min-width: 1336px) and (max-width: 1440px){
.banner .big-container marquee{
        height: 360px !important;
     }
}
@media (min-width: 1708px) and (max-width: 1800px){
    .banner .big-container marquee{
        height: 442px !important;
     }
}
@media (min-width: 1441px) and (max-width: 1707px){
     .banner .big-container marquee{
        height: 400px !important;
     }
}
@media (min-width: 991px) and (max-width: 1190px){
    .banner .big-container marquee{
        height: 300px !important;
     }
}






@media (min-width: 1530px) and (max-width: 1580px){
.banner .big-container marquee{
        height: 380px !important;
     }
}
@media (min-width: 1457px) and (max-width: 1529px){
    .banner .big-container marquee{
        height: 353px !important;
     }
}
@media (min-width: 1412px) and (max-width: 1456px){
    .banner .big-container marquee{
        height: 335px !important;
     }
}
@media (min-width: 1367px) and (max-width: 1411px){
 .banner .big-container marquee{
        height: 319px !important;
     }
}
@media (min-width: 1318px) and (max-width: 1366px){
 .banner .big-container marquee{
        height: 300px !important;
     }
}
@media (min-width: 1280px) and (max-width: 1317px){
 .banner .big-container marquee{
        height: 285px !important;
     }
}
@media (min-width: 1240px) and (max-width: 1279px){
 .banner .big-container marquee{
        height: 270px !important;
     }
}
@media (min-width: 1200px) and (max-width: 1239px){
 .banner .big-container marquee{
        height: 250px !important;
     }
}
@media (min-width: 1200px) and (max-width: 1199px){
 .banner .big-container marquee{
        height: 250px !important;
     }
}







.banner .right-content h3{
    font-size: 30px;
    color: #fff;
    padding-bottom: 25px;
}
.banner .big-container marquee{
    height: 500px;
}
.banner .right-content h3 span{
    font-size: 30px;
    color: #0d6efd;
}
.banner .big-container marquee .text{
    padding: 20px 0;
    border-bottom: 1px dashed #7c6363;
}
.banner .big-container marquee .wrap{
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 5px;
}
.banner .big-container marquee .text.three{
    border: none;
}
.banner .right-content{
    background-color: #30373e;
    padding: 0 40px;
    padding-bottom: 60px;
}
.banner .big-container marquee{
    color: #fff;
}
.banner .big-container marquee .text .heading span{
    color: #fff;
    animation: animation-2 linear 0.5s infinite alternate;
    padding: 0px 5px 3px 5px;
    border-radius: 5px;
}
@keyframes animation-2{
    0%{
        background-color: #d40a0a;
    }
    0%{
        background-color: #a30808c9;
    }
}








/* banner */
.banner .big-container .image-wrapper .carousel .carousel-inner .carousel-item img{
    width: 100% !important;
    height: 100% !important;
}
/* .banner{
    padding: 1px 10px 0 10px;
} */
.banner .right-content{
    background-color: #30373e;
    padding: 30px 20px 20px 20px;
    height: 100%;
}
.banner .right-content ul{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.banner .right-content ul li a{
    color: #fff;
    font-size: 14px;
}
.banner .right-content .bottom{
    line-height: 22px;
}
.banner .right-content h3{
    font-size: 30px;
    color: #fff;
    padding-bottom: 25px;
}
/* .banner .right-content h3 span{
    font-size: 30px;
    color: #0d6efd;
} */
.banner .right-content h3 span {
    font-size: 30px;
    color: #de7700;
    padding-left: 5px;
}
.banner .right-content ul li a:hover{
    color: #0d6efd;
    transition: 0.3s;
}
/* .banner .right-content{
    height: 100%;
} */
.banner .row{
    padding: 0;
    
}
.banner .col-lg-9{
    padding: 0;
}
.banner .col-lg-3{
    padding: 0;
}





/* section-one */
.section-one{
    padding: 2px 0px 0px 0px;
}
.section-one .content-wrapper .box-wrapper{
    width: 100%;
    position: relative;
}
.section-one .content-wrapper .box-wrapper .image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.section-one .content-wrapper .box-wrapper .text-wrapper{
    position: relative;
    z-index: 3;
}
/* .section-one .content-wrapper .box-wrapper .image-wrapper img{
    width: 100%;
} */
.section-one .content-wrapper .box-wrapper{
    height: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px 20px 25px;
}
.section-one .content-wrapper .row .col-lg-3{
    padding-left: 0;
    padding-right: 0;
}
.section-one .content-wrapper .row .col-lg-3 .box-wrapper{
    width: 100% !important;
}
.section-one .content-wrapper .row .col-lg-3 .box-wrapper img{
    width: 52px;
    height: 54px;
}
.section-one .content-wrapper .box-wrapper .heading h6{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.section-one .content-wrapper .box-wrapper .text p{
    color: #fff;
    font-size: 14px;
}
.section-one .row{
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/* .our-college */
@media (min-width: 300px) and (max-width: 991px){
.our-college{
    padding: 50px 0 !important;
}
.our-college .content-wrapper .gap{
    padding-top: 30px;
}
.our-college .content-wrapper .gap .inner-content-wrapper .image img{
    height: 250px;
}
}
.our-college{
    background-color: #cccc662e;
    padding: 90px 0;
        /* background-image: url(../images/bg-image-1.12.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}
.our-college .content-wrapper .wrapper .image-wrapper{
    float: left;
    /* margin-right: 10px; */
    padding-right: 10px;
    margin-top: 3px;
}
.our-college .content-wrapper .wrapper .image-wrapper img{
    width: 140px;
}
.our-college .content-wrapper .wrapper .heading-wrapper{
    display: flex;
    align-items: center;
    gap: 15px;
}
.our-college .content-wrapper .wrapper .heading-wrapper{
    padding-bottom: 20px;
}
.our-college .content-wrapper .wrapper .heading-wrapper h3 span{
    color: #de7700;
}
.our-college .content-wrapper .wrapper .heading-wrapper h3{
    font-size: 25px;
    color: #616161;
    border-bottom: 2px dashed #4b4b4b95;
    padding-bottom: 7px;
    padding-right: 40px;
}
.our-college .content-wrapper .wrapper .heading-wrapper i{
    font-size: 25px;
    color: #d4af37;
}
.our-college .content-wrapper .col-lg-6{
    border-left: 3px solid #ff00005d;
}
.our-college .content-wrapper .button button{
    border: none;
    outline: none;
    padding: 10px 25px;
    font-size: 14px;
    background-color: #0d6efd;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
}
.our-college .content-wrapper .button button:hover{
    background-color: #044fbf;
}
.our-college .content-wrapper .wrapper{
    padding-left: 20px;
}
.our-college .content-wrapper .col-lg-6.gap{
    border-left: none;
}
.our-college .content-wrapper .col-lg-6.gap .heading-wrapper {
    padding-bottom: 10px;
}
.our-college .heading-wrapper h3{
    font-size: 25px;
    color: #616161;
    border-bottom: 2px dashed #4b4b4b95;
    padding-bottom: 7px;
    padding-right: 40px;
    margin-bottom: 15px;
    display: inline-block;
}
.our-college .heading-wrapper h3 span{
    font-size: 25px;
    color: #de773e;
}
.our-college .inner-content-wrapper .image img{
    width: 100%;
    height: 133px;
}
.our-college .content-wrapper .col-lg-6.gap .col-lg-4{
    padding-right: 0;
}
.our-college .content-wrapper .col-lg-6.gap .col-lg-4 .image{
    padding-bottom: 10px;
}



/* .gallery */
.gallery{
    padding: 20px 15px;
}
.gallery img{
    width: 100%;
    height: auto !important;
}
.gallery .col-lg-2{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.gallery .col-lg-2 img{
    cursor: pointer;
        transition: 0.3s;
}
.gallery .col-lg-2 img:hover{
    scale: 0.8;
}






/* notice */
@media (min-width: 300px) and (max-width: 991px){
    .notice{
  padding: 30px 0 30px 0 !important;
}
}
.notice{
  padding: 70px 0 70px 0;
    background-color: #cccc662e;
}
h4{
  font-weight: 400 !important;
}
.notice .heading h4{
  font-size: 30px;
  color: #616161;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.notice .heading h4 span{
  font-size: 30px;
  color: #de7700;
}
.notice .wrapper .text .wrap{
  display: flex;
  align-items: center;
  gap: 5px;
}
.notice .wrapper .text .heading{
  font-size: 14px;
  /* font-weight: 500; */
  font-weight: 200 !important;
  line-height: 20px;
  padding-bottom: 5px;
  color: #fff;
  text-transform: capitalize;
}
.notice .wrapper{
  width: 100%;
  height: 570px;
  background-color: #30373e;
  padding: 0 30px;
}
.notice .wrapper .text .heading span{
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #d9534f;
  padding: 2px 5px;
  border-radius: 3px;
  animation: tag linear 0.5s infinite alternate;
}
.notice .wrapper .text .wrap i{
  font-size: 14px;
  color: #fff;
  font-weight: 200 !important;
}
.notice .wrapper .text .wrap p{
  font-size: 14px;
  color: #fff;
  font-weight: 200 !important;
}
.notice .wrapper .text{
  padding: 15px 0;
  border-bottom: 1px dashed #7c6363;
}
.notice .wrapper .inner-heading h6{
  font-size: 22px;
  color: #fff;
  border-bottom: 1px dashed #7c6363;
  padding: 20px 0px 10px 0;
}
.notice .wrapper .inner-heading h6 span{
   color: #de7700;
}




parallex.jpg
/* believe */
.believe{
    background-image: url(../image/parallex.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0;
    background-attachment: fixed;
    transition: 0.4s;
}
.believe .content-wrapper .top-heading h5{
    font-size: 27px;
    color: #fff;
}
.believe .content-wrapper .heading h2{
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.believe .content-wrapper .button button{
    border: none;
    outline: none;
    padding: 10px 40px;
    background-color: #0d6efd;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #fff;
}
.believe .content-wrapper .button button:hover{
    background-color: #044fbf;
}
.believe .content-wrapper .button a{
    border: none;
    outline: none;
    padding: 12px 25px;
    background-color: #30373e;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #fff;
}
.believe .content-wrapper .button a:hover{
   background-color: #1e2023;
}



/* footer */
footer{
   background-color: #023656;
   padding: 50px 0 0px 0;
}
footer .wrapper .inner-wrapper ul li a{
    font-size: 14px;
    color: #fff;
}
footer .wrapper .inner-wrapper ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
footer .wrapper .inner-wrapper h6{
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
}
footer .bottom p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
footer .bottom{
    background-color: #032134;
    padding: 20px 0;
    margin-top: 30px;
}
@media (min-width: 300px) and (max-width: 991px){
    footer .bottom{
    margin-top: 0 !important;
}
footer .row{
    gap: 30px;
}
header #top-header.active ul{
    opacity: 1 !important;
    visibility: visible !important;
}
header #top-header.active .three-bars{
    z-index: 99;
}
header #top-header.active .three-bars i{
    color: #000;
}
}





.banner-1{
    background-image: url(../images/banner-1.2.jfif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    /* background-attachment: fixed; */
    position: relative;
}
.banner-1::after{
    position: absolute;
    content: "";
    background-color: #00000078;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-1 h3{
    font-size: 35px;
    color: #fff;
    padding-bottom: 30px;
}
.banner-1 .wrap{
    position: relative;
    z-index: 2;
}
.banner-1 h3 span{
    color: #0d6efd;
}
.banner-1 .wrap button{
    border: none;
    outline: none;
    background-color: #0d6efd;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
}








/* .principal */
.principal{
    background-color: #f5f5f5;
    padding: 50px 0 !important;
}
.principal h6{
    padding-top: 20px;
}
.principal .image-wrap img{
    width: 100%;
    margin-top: 10px;
}
.principal .text-wraper{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.principal .text-wraper p{
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.4px;
}
.principal .text .heading h4{
    font-size: 25px;
}
.principal .text .heading{
    border-bottom: 1px dashed #000;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.principal .text .heading h4 span{
    color: #0d6efd;
}
@media (min-width: 300px) and (max-width: 991px){
    .principal .image-wrap{
        padding-bottom: 30px;
    }
    .principal{
    padding: 50px 0;
    }
}










/* governing-body */
.governing-body{
    padding: 60px 0;
    background-color: #f5f5f5;
}
.governing-body table{
    width: 100%;
    border: 1px solid #4B4B4B;
    border-collapse: collapse;
}
.governing-body .wrapper thead{
    background-color: #4B4B4B;
}
.governing-body .wrapper thead tr th{
    border: 1px solid #4B4B4B;
    color: #fff;
    padding: 6px 20px;
}
.governing-body .wrapper tbody tr td{
    border: 1px solid #000;
}
.governing-body .wrapper tbody .name{
    width: 30%;
}
.governing-body .wrapper tbody .image{
    width: 11%;
    padding: 0 !important;
    height: 100px;
}
.governing-body .wrapper tbody .image img{
    width: 100%;
    height: 100%;
}
.governing-body .wrapper td, th{
    padding: 0 20px;
}
.governing-body .right-content ul li{
    /* background-color: #035182;
    padding: 10px 10px; */
    width: 100%;
    font-size: 14px;
}
.governing-body .right-content ul li a{
    color: #fff;
    background-color: #035182;
    padding: 10px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
}
.governing-body .right-content ul li a:hover{
    background-color: #073c5d;
}
.governing-body .right-content ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (min-width: 300px) and (max-width: 991px){
    /* .governing-body table{
        width: 500px;
        overflow: auto !important;
    } */
}













/* book */
.book{
    padding: 50px 0;
}
.book .content-wrapper img{
    width: 100%;
    height: 150px;
}
.book .content-wrapper .heading h5{
    font-size: 16px;
    color: #0441b1;
    padding-top: 6px;
}
.book .content-wrapper .date p{
    font-size: 10px;
    padding: 3px 0;
}
.book .content-wrapper .editor h5{
    font-size: 16px;
}
.book .content-wrapper .published p{
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
}
.book .content-wrapper{
    border: 1px solid #00000048;
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 12px 0px #00000011;
    background-color: #0000000c;
    margin-bottom: 20px;
}

.sidebar {
    background: #f8f9fa00 !important;
    border: none !important;
    border-radius: 4px !important;
    transition: all 0.3s ease-in-out;
}


.principal .sidebar .sidebar-content .sidebar-title{
    display: none;
}


.sidebar .menu-link:hover {
    background: #007bff !important;
    color: #ffffff !important;
}
.sidebar .menu-link{
   background-color: #035182 !important; 
   color: #fff !important;
}


header marquee p a{
    color: #fff !important;
}
.banner .big-container .right-content marquee .text .heading a{
    color: #fff !important;
}

.btn-outline-primary {
    color: #fff;
    background-color: #0d6efd;
    padding: 12px 20px;
    width: 100%;
    border: none;
    outline: none;
    margin-top: 30px;
}
.btn-outline-primary:hover{
    
    background-color: #044fbf;
}

















.department{
  padding: 30px 0;
}
.department .left-wrapper ul{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.department .left-wrapper ul li a{
  background-color: #035182;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
.department .left-wrapper ul li a:hover{
    background-color: #05192d;
}
.department .right-content .heading h4{
  color: #272727;
  font-size: 25px;
  line-height: 0;
  padding-bottom: 30px;
}
.department .right-content .heading h4 span{
  color: #0171c0;

}
.department .right-content .text p{
  font-size: 14px;
  color: #000000;
  line-height: 25px;
}
.department .right-content .about{
  box-shadow: 0px 0px 12px 6px #004e8617;
  padding: 40px 20px 30px 20px;
}
/* ------------------------------------------------------------------------------------------------------ */
.programs-offered table{
  min-width: 100%;
  width: 790px;
  border: 1px solid #03284e5e;
  border-collapse: collapse;
}
.department .right-content .programs-offered .wrap{
  overflow-x: auto;
}
.programs-offered table .bg-color{
  background-color: #03284e5e;
}
/* .programs-offered table .bg-color td{
  color: #fff;
} */
.programs-offered table tr{
  height: 40px;
}
.programs-offered table tr td{
  border: 1px solid #03284e5e;
  padding-left: 20px;
  font-size: 14px;
}
.programs-offered table .heading{
  width: 270px;
}
.programs-offered table .heading{
  font-weight: 600;
}
.department .right-content{
  display: flex;
  flex-direction: column;
  gap: 30px;
      box-shadow: 0px 4px 4px 4px #00000026;
      padding:30px 30px 30px 30px;
}
.department .right-content .programs-offered{
  box-shadow: 0px 0px 12px 6px #004e8617;
  padding: 50px 20px 40px 20px;
}
/* ------------------------------------------------------------------------------------------------------------------------- */
.department .right-content .syllabus table{
  min-width: 100%;
  width: 790px;
  border: 1px solid #03284e5e;
  text-align: left;
  border-collapse: collapse;
}
.department .right-content .syllabus{
  box-shadow: 0px 0px 12px 6px #004e8617;
  padding: 50px 20px 40px 20px;
}
.department .right-content .syllabus .wrap{
  overflow-x: auto;
}
.department .right-content .syllabus table th{
  text-align: left;
  padding-left: 15px;
  border: 1px solid #03284e5e;
  height: 40px;
  background-color: #03284e5e;
}
.department .right-content .syllabus table td{
  text-align: left;
  padding-left: 15px;
  border: 1px solid #03284e5e;
  height: 40px;
}
.department .right-content .syllabus table .number{
  width: 100px;
}
.department .right-content .syllabus table .date{
  width: 200px;
}
.department .right-content .syllabus table .title{
  width: 360px;
}
.department .right-content .syllabus table tr{
  width: 100%;
}
.programs-offered.available table tr .heading{
  width: 50%;
}
.department .right-content .activities .image-wrapper{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}
.department .right-content .activities{
  box-shadow: 0px 0px 12px 6px #004e8617;
  padding: 50px 20px 40px 20px;
}
.department .right-content .activities .image-wrapper .image{
  width: 250px;
  height: 180px;
}
.department .right-content .activities .image-wrapper .image img{
  width: 100%;
  height: 100%;
}
.department .right-content .staff{
  box-shadow: 0px 0px 12px 6px #004e8617;
  padding: 50px 20px 40px 20px;
}
.department .right-content .staff .Staff-box .image{
    border-radius: 100%;
}
.department .right-content .staff .Staff-box{
  text-align: center;
  border: 1px solid #0171c0;
  padding: 15px 15px 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 100%;
}
.department .right-content .staff .col-lg-4{
    margin-bottom: 20px;
}
.department .right-content .staff .col-md-6{
    margin-bottom: 20px;
}
.department .right-content .staff .Staff-box .image img{
  width: 100% !important;
  border-radius: 10px;
  height: 212px;
  /* border: 1px solid #0171c0; */
}
.department .right-content .staff .Staff-box .name h5{
  font-size: 16px; 
  font-weight: 600;
  letter-spacing: -0.5px;
}
.department .right-content .staff .Staff-box .name p{
  font-size: 15px;
  color: #0171c0;
  padding-top: 5px;
}
.department .right-content .staff .Staff-box button{
  outline: none;
  border: none;
  color: #fff;
  background-color: #0171c0;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 6px;
}
.department .right-content .staff .Staff-box button:hover{
    background-color: #0a5387;
    transition: 0.4s;
}
.department .right-content .staff h4{
  padding-bottom: 30px;
}
@media (min-width: 300px) and (max-width: 778px){
 .department .right-content .heading h4{
  line-height: 30px;
 }
 .department .right-content .syllabus{
  padding: 30px 20px 20px 20px;
 }
 .department .right-content .programs-offered{
  padding: 30px 20px 20px 20px;
}
.department .right-content .staff{
  padding: 30px 20px 20px 20px;
}
}
.department .right-content .about .text{
    display: flex;
    flex-direction: column;
    gap: 15px;
}






.top-header .dropdown-1 .dropdown-2 ul{
    opacity: 0 !important;
    visibility: hidden !important;
    top: 0px !important;
    left: 300px !important;
}

.top-header .dropdown-1 .dropdown-2:hover ul{
    opacity: 1 !important;
    visibility: visible !important;
}
.top-header .dropdown-1 .dropdown-2 {
    position: relative;
}
.dropdownicon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header .dropdown-1 .dropdown-2:hover a{
  color: #02fbff;
}
.top-header .dropdown-1 .dropdown-2:hover i{
  color: #02fbff;
}
.top-header .dropdown-1 .dropdown-2 i{
    color: #fff;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3{
    position: relative;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3 i{
    color: #fff;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3:hover i{
    color: #02fbff;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3 a{
    color: #fff;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3:hover a{
    color: #02fbff;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3 ul{
    opacity: 0 !important;
    visibility: hidden !important;
}
.top-header .dropdown-1 .dropdown-2 .dropdown-3:hover ul{
    opacity: 1 !important;
    visibility: visible !important;
}


/* .notice .btn-outline-primary{
    margin-top: -35px;
    position: relative;
    z-index: 9;
} */







.top-header .dropdown-1:nth-child(7) .dropdown-2 ul{
    left: -300px !important;
}


.faculty{
    padding: 60px 0;
}
.faculty ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.faculty ul li{
    background-color: #035182;
    padding: 10px 15px;
    border-radius: 6px;
}
.faculty ul li a{
    color: #fff;
}
.faculty .wrapper .profile-wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
}
.faculty .wrapper .profile-wrapper .image{
    width: 100px;
    height: 100px;
}
.faculty .wrapper .profile-wrapper .image img{
    width: 100%;
    height: 100%;
}
.faculty .wrapper .profile-wrapper .text-wrapper h4{
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 10px;
}
.faculty .wrapper .profile-wrapper .text-wrapper .box a{
    color: #000;
}
.faculty .wrapper{
    border-top: 4px solid rgb(3, 81, 130);
    border-bottom: 4px solid rgb(3, 81, 130);
}
.faculty .wrapper{
    box-shadow: 0px 4px 24px 2px #00000027;
    padding:25px 25px 30px 25px;
}
.faculty .wrapper table .one{
    width: 35%;
    font-weight: 600;
}
.faculty .wrapper table{
    border: 1px solid #000;
}
.faculty .wrapper table td{
    border: 1px solid #000;
    padding: 10px 15px ;
}
.antiraging{
    display: block !important;
}
@media (min-width: 300px) and (max-width: 991px){
#idOne ul li{
    padding-bottom: 15px !important;
}
.antiraging{
    display: none !important;
}
.faculty .wrapper{
    margin-top: 20px;
    overflow-x: auto;
}
.faculty .wrapper table{
    width: 700px;

}
}














.banner-1 .wrap a{
    color: #fff;
    font-size: 30px;
}
.banner-1 .wrap span{
    color: #fff;
    font-size: 30px;
}
.sidebar-header{
    display: none !important;
}
.menu-link:hover {
    background: var(--hover);
    transform: translateX(0px) !important;
}
.sidebar-content {
    padding: 0px !important;
}
.sidebar {
    flex: 0 0 19%!important;
    background: #ffffff00 !important;
    border-radius: none !important;
    box-shadow: none !important;
    overflow: hidden;
    position: sticky;
    top: 10px;
    align-self: flex-start;
    transition: var(--transition);
    z-index: 999;
}

header .top-header ul .dropdown-1:nth-child(17) ul{
    left: -100px !important;
    position: absolute !important;
}
header .top-header ul .dropdown-1:nth-child(19) ul{
    left: -160px !important;
    position: absolute !important;
}
header .top-header ul .dropdown-1:nth-child(21) ul{
    left: -240px !important;
    position: absolute !important;
}



.notice .wrapper .heading a{
    color: #FFF;
}
@media (min-width: 992px) and (max-width: 1199px){
    .important-links .inner-content-2{
    grid-template-columns: auto auto auto auto auto !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px){
.important-links .inner-content-2{
    grid-template-columns: auto auto auto auto auto auto !important;
}
header .logo-wrapper .heading h1 {
    font-size: 35px !important;
}
}
@media (min-width: 300px) and (max-width: 991px){
    .layout {
    padding-top: 40px !important;
    padding-bottom: 50px;
}
    header .top-header ul .dropdown-1:nth-child(17) ul{
    left: 0 !important;
}
header .top-header ul .dropdown-1:nth-child(19) ul{
    left: 0 !important;
}
header .top-header ul .dropdown-1:nth-child(21) ul{
    left: 0 !important;
}
header .top-header ul li .wrapper {
    display: flex
;
    align-items: center;
    gap: 5px;
    width: 292px;
}
    .top-header .dropdown-1 ul{
        width: 100%;
    }
.top-header .dropdown-1:hover ul{
       position: absolute !important;
    }
    .top-header.active .dropdown-1 ul{
        left: 0 !important;
    }
    .top-header .dropdown-1 ul{
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
    }
.top-header.active .dropdown-1:hover ul{
       position: relative !important;
       top: 0 !important;
       background-color: transparent;
       box-shadow: none;
       left: 0 !important;
    }
    .top-header.active .dropdown-1{
        width: 100%;
    }
    .top-header.active .dropdown-1 .dropdown-2 ul{
        position: absolute !important;
        left: 0 !important;
    }

     /* .top-header.active .dropdown-1 .dropdown-2:hover ul{
        position: relative !important;
    } */
     .top-header.active .dropdown-1 .dropdown-2:hover ul li{
        border: none !important;
     }
       .top-header.active .dropdown-1 .dropdown-2:hover ul li a{
        color: #fff;
     }
    .top-header{
        position: relative;
        z-index: 30;
    }

}



/* 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */


header .logo-wrapper .heading h1{
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
     /* font-family: "Poppins", sans-serif; */
     font-family: "BBH Sans Bogle", sans-serif;
     color: #330066;
     letter-spacing: -0.5px;
}
header .logo-wrapper .heading{
    text-align: center;
}
header .logo-wrapper .heading p{
    color: #616161;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
}
header .logo-wrapper .heading h6{
    font-size: 18px;
    font-weight: 600;
    color: #330066;
}
#principal





















:root {
  --primary: #092139;
  --secondary: #0e3c61;
  --light: #f5f7fb;
  --hover: #e8eef5;
  --shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
  --radius: 10px;
  --text: #222;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--light);
  margin: 0;
  padding: 0;
}

/* Layout */
.layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}

/* Sidebar */
.sidebar {
  flex: 0 0 23%;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  transition: var(--transition);
  z-index: 999;
}

.sidebar-header {
  background: var(--primary);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-header h3 {
  margin: 0;
  font-size: 17px;
}

.close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.sidebar-content {
  padding: 15px;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-link {
  display: block;
  text-decoration: none;
  background: var(--light);
  color: var(--primary);
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-weight: 500;
  transition: var(--transition);
}

.menu-link:hover {
  background: var(--hover);
  transform: translateX(4px);
}

.active-menu {
  background: var(--primary);
  color: #fff !important;
  box-shadow: var(--shadow);
}

/* Content Area */
.content-area {
  flex: 1;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow:4px 2px 3px 4px #0000001f;
}

.content-header h4 {
  color: var(--text);
  margin: 0;
  font-weight: 700;
  border-bottom: 2px solid var(--hover);
  padding-bottom: 10px;
}

.notice-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  min-width: 600px;
}

.notice-table th, .notice-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.notice-table th {
  background: var(--primary);
  color: #000000;
  text-align: center;
  font-size: 14px;
}

.notice-table td {
  font-size: 14px;
}

.notice-table td a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}

.notice-table td a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background: var(--secondary);
  border-radius: 2px;
  transform: scaleY(0);
  transition: var(--transition);
}

.notice-table td a:hover {
  color: var(--secondary);
}

.notice-table td a:hover::before {
  transform: scaleY(1);
}

/* Pagination */
.pagination-wrapper {
  margin-top: 20px;
  text-align: center;
}

/* Sidebar Toggle */
.sidebar-toggle {
  display: none;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 15px;
  margin: 10px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: var(--transition);
  background-color: #035182;
}
.sidebar-toggle:hover {
  background: var(--secondary);
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 998;
  

}

/* Animation */
.fade-in {
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media(max-width: 768px) {


  .layout {
    flex-direction: column;
    padding: 5px;
  }

  .sidebar-toggle {
    display: inline-block !important;
  }
  .sidebar {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0; */
    display: none;
  }
  
.sidebar.open{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  max-width: 100% !important;
  height: 100vh;
  transform: translateX(-0%) !important;
  transition: transform 0.3s 
ease-in-out;
        border-radius: 0;
}

  .sidebar.open {
    transform: translateX(0);
  }

  .close-btn {
    display: inline-block;
  }

  .notice-table {
    min-width: unset;
    font-size: 13px;
  }

  .notice-table th, .notice-table td {
    padding: 10px 6px;
  }

  .content-area {
    padding: 15px;
  }
}













/* 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */
    .dropdown-4 ul{
        display: none !important;
    }
     .dropdown-4:hover ul{
        display: none !important;
    }
/* 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */





.layout .sidebar .sidebar-content .menu-list small{
    display: none;
}
.sidebar-content {
    padding: 15px;
    overflow-y: auto;
}



.layout {
    width: 1300px;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 0px auto;
    gap: 20px;
    padding: 10px;
    margin-bottom: 30px;
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.category .wrapper{
    background-color: #092139;
    margin-top: 50px;
}
.category .wrapper h2{
    color: #fff;
    padding: 10px 20px;
}
.sidebar-content .menu-list h4{
    padding: 12px 15px;
     background-color: #092139;
     color: #fff;
     border-radius: 10px;
     margin-bottom: 8px;
     font-size: 20px;
     font-weight: 600;
     text-align: center;
}
.notice-table{
    width: 700px;
    overflow-x: auto;
}
.content-body{
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.notice-header .container marquee{
    overflow-x: hidden;
}

header .top-header .dropdown-2 ul{
   left: -240px;
} 
.dropdown-3 ul{
    display: none !important;
}
.dropdown-3:hover ul{
    display: block !important;
}









header .important-links .inner-content-2 .button a{
    padding: 10px 20px !important;
    width: 100%;
    height: 100%;
    font-size: 12px;
}
.banner-1 .wrap h2{
    color: #fff;
}






.dropdown-3 .dropdown-4 a{
    color: #fff !important;
}

.dropdown-3 .dropdown-4:hover a{
    color: #02fbff !important;
}



.believe{
    padding: 60px 0;
    background-image: url(../images/bg-image-1.12.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}





/* .important-links .inner-content-1 .button:nth-child(1) a{
    background-color: #007bff;
}
.important-links .inner-content-1 .button:nth-child(2) a{
    background-color: #20a74d;
}
.important-links .inner-content-1 .button:nth-child(3) a{
    background-color: #a71554;
}
.important-links .inner-content-1 .button:nth-child(3) a{
    background-color: #a78015;
}
.important-links .inner-content-1 .button:nth-child(3) a{
    background-color: #1098c5;
}
.important-links .inner-content-1 .button:nth-child(3) a{
    background-color: #a72b15;
}
.important-links .inner-content-1 .button:nth-child(3) a{
    background-color: #a78015;
}
.important-links .inner-content-1 .button:nth-child(3) a{
    background-color: #a71554;
}


.important-links .inner-content-2 .button:nth-child(1) a{
    background-color: #a78015;
}
.important-links .inner-content-2 .button:nth-child(2) a{
    background-color: #a72b15;
}
.important-links .inner-content-2 .button:nth-child(3) a{
    background-color: #1574a7;
}
.important-links .inner-content-2 .button:nth-child(4) a{
    background-color: #a715a2;
}
.important-links .inner-content-2 .button:nth-child(5) a{
    background-color: #15a776;
}
.important-links .inner-content-2 .button:nth-child(6) a{
    background-color: #151aa7;
}
.important-links .inner-content-2 .button:nth-child(7) a{
    background-color: #c19e12;
}
.important-links .inner-content-2 .button:nth-child(8) a{
    background-color: #c50942;
}
.important-links .inner-content-2 .button:nth-child(9) a{
    background-color: #1098c5;
}
.important-links .inner-content-2 .button:nth-child(10) a{
   background-color: #a715a2;
}
.important-links .inner-content-2 .button:nth-child(11) a{
    background-color: #a78015;
}
.important-links .inner-content-2 .button:nth-child(12) a{
    background-color: #a72b15;
}
.important-links .inner-content-2 .button:nth-child(13) a{
    background-color: #1098c5;
} */




.antiraging .text-wrapper{
    display: flex;
    flex-direction: column;
    gap: 3px;
    background-color: #ac003d;
    display: inline-block;
    align-items: center;
    padding: 10px 20px 10px 20px;
    position: absolute;
    right: 0;
    z-index: 99999999;
    top: 20%;
    position: fixed;
    transition: 0.2s;
    cursor: pointer;
}
.antiraging .text-wrapper:hover{
        padding: 10px 30px 10px 20px;
}
.antiraging .text-wrapper p{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}


















.cursor-dot{
    width: 15px;
    height: 15px;
    background-color: #000000a2;
    transition: 0.15s;
    position: relative;
    z-index: 999999999999999 !important;
}
/* .cursor-outline{
    width: 60px;
    height: 60px;
    border: 2px solid #ff0000a2;
    transition: 0.1s;
    position: relative ;
    z-index: 99999999999999 !important;
} */
.cursor-dot, .cursor-outline{
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99;
    pointer-events: none;
}


@media (min-width: 300px) and (max-width: 991px){
    .layout {
    padding-top: 30px !important;
    padding-bottom: 50px;
    display: block !important;
}
   .top-header.active .dropdown-1 .dropdown-2 ul{
        position: absolute !important;
    }
    .top-header.active .dropdown-1 .dropdown-2:hover ul{
        position: relative !important;
    }
    .top-header.active .dropdown-1 .dropdown-2 .dropdown-3 ul{
        position: absolute !important;
    }
    .top-header.active .dropdown-1 .dropdown-2 .dropdown-3:hover ul{
        position: relative !important;
    }
    #top-header .gap-3{
        gap: 0rem !important;
    }
    header .important-links .inner-content-1 {
    padding-bottom: 0px;
}
}
  .sidebar.open{
    /* position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0; */
    display: block;
  }
    #top-header .gap-3{
        gap: 8px !important;
    }










/* .dropdown-3 ul{
    position: absolute !important;
}
.dropdown-3:hover ul{
    position: relative !important;
} */












@keyframes colorChange {
  0%   { background-color: #ff4d4d; }
  25%  { background-color: #ff914d; }
  50%  { background-color: #4dff88; }
  75%  { background-color: #4da6ff; }
  100% { background-color: #ff4d4d; }
}

.custom-btn {
  animation: colorChange 4s linear infinite;
  background-color: #ff4d4d; /* default starting color */
}

/* ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
} */

.student-support .wrapper .image-wrapper img{
    width: 100%;
}

.student-support .inner-container-wraper{
    /* background-color: #e5e5e56b; */
    /* box-shadow: 0px 4px 4px 0px #0000001e; */
    padding: 20px 15px 30px 15px;
    height: 100%;
    /* background-image: url(../image/header.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}
.student-support .inner-container-wraper .wrapper p{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.student-support .inner-container-wraper .inner-content-wrap{
    border: 1px solid #0000005f;
    /* padding: 15px 20px; */
    height: 100%;
    width: 100%;
}
.student-support .inner-container-wraper .inner-content-wrap ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    box-shadow: none !important;
}
.student-support .inner-container-wraper .inner-content-wrap ul li a{
    color: #555;
    font-size: 14px;
    line-height: 14px;
}
.student-support .inner-container-wraper .inner-content-wrap ul li{
    border-bottom: 1px solid #0000005f;
    padding: 5px 15px;
    width: 100% !important;
}

.student-support .wrapper .image-wrapper{
    border: 1px solid #0000005f;
}
.student-support .wrapper{
    width: 100%;
}


.student-support{
    flex: none !important;
    width: 100% !important;
     left: -449% !important;
     right: auto !important;
     width: 1400px !important;
     background-color:  #fff !important;

}
.student-support .inner-container-wraper .wrapper{
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    gap: 0;
    text-align: start !important;
}
.student-support .inner-container-wraper .inner-content-wrap ul{
    width: 100% !important;
    left: auto;
    right: auto;
    position: relative !important;
    top: 0 !important;
    background-color: transparent !important;
}
.student-support .inner-container-wraper .inner-content-wrap ul li a:hover{
    color: #000000 !important;
}
@media (min-width: 300px) and (max-width: 991px){
    .student-support{

     width: auto !important;

}
.student-support .inner-container-wraper .inner-content-wrap ul li a{
    color: #555 !important;
    padding: 4px 10px !important;
}
.student-support .inner-container-wraper .inner-content-wrap ul li{
    border-bottom: 1px solid #555 !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px){
.student-support{
    right: auto !important;
    width: 1150px !important;
    background-color:  #fff !important;
    left: -374% !important;
}
}
@media (min-width: 1000px) and (max-width: 1199px){
.student-support{
    right: auto !important;
    width: 900px !important;
    background-color:  #fff !important;
    left: -449% !important;
}
}








.layout .content-area .content-header{
    background-color: #035182 ;
    padding: 10px 0 0px 20px;
}
.layout .content-area .content-header h4{
    color: #fff;
}











